Welcome![Sign In][Sign Up]
Location:
Search - Fat table

Search list

[OS programKb_sniff

Description: 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descriptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the keyboard scan code into ascii codes recorded. You use the keyboard entrance inquiries IO APIC redirect the register (through the physical address 0xFEC 00000 map to the virtual address, and then read the keyboard interrupt vector, the most rare is the limit xpsp2. not classic non-fat.
Platform: | Size: 6157 | Author: 漆光耀 | Hits:

[Communication0302041

Description: 摘要 关键词 引言 第一章 开发网页广播服务系统的问题 1.1网页广播服务系统的简介 1.2网页广播服务系统功能需求 1.3开发工具简介 第二章 网页广播服务系统的分析和设计 2.1网页广播服务系统的总体设计 2.2网页广播服务系统的具体设计 2.3网页广播服务系统的接口设计 第三章 网页广播服务系统的具体实现 3.1遍历文件模块设计说明 3.2CRC校验程序设计说明 3.3组织文件和文件索引表模块设计说明 3.4组织文件FAT表模块设计说明 3.5打包模块设计说明 3.6发送模块设计说明 3.7程序接口设计说明 第四章 结束语 致谢 参考文献 附录 -Summary Introduction Chapter development of the first web broadcasting services system of broadcasting services 1.1 website system SR - 1.2 website Broadcasting System Functional Requirements 1.3 Development Tools on the second chapter website broadcasting services and systems analysis 2.1 Design website Broadcasting Service System Design 2.2 broadcasting service website design system wide web 2.3 Sowing Service System Interface Design Chapter III Broadcasting System website is a concrete realization of 3.1 Traversal module design documents note 3 .2 CRC program design shows 3.3 files and document indexing table module design document shows 3.4 organizations F AT Table 3.5 shows the design module packaging module design shows this module 3.6 3.7 Note Program Interface Design Note concludin
Platform: | Size: 566670 | Author: xiaoshun | Hits:

[Other resourceLexSeu

Description: 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.txt中的正规表达式 打印出的字幕代表了识别出相应正规表达式时的动作。-Southeast University curriculum design lex ** Note part of this experiment in Visual C 6.0 open environment ** fat mainly in the following documents : a lexical analyzer lex.cpp two documents lex.h three test documents for lex.l.txt lex with the use of compiler running lex.cpp / lex.h. This will be converted into tracing lex.l.txt Language Program yylex.cpp then use the VC 6. 0 to lexyy.cpp compiled executable. This lex.l.txt identified by the formal expression of subtitles printed out on behalf of the formal identification of the corresponding table TAT-time action.
Platform: | Size: 10635 | Author: myname | Hits:

[Disk Toolsdisk_analysis

Description: 该程序可以分析磁盘的bpb,fat,fdt。这个程序是我刚学微机应用环境的时候编的,程序的应用范围不是很广。还不能硬盘的fdt表!-the program can analyze disk BPB, fat, fdt. This procedure is just learning microcomputer application environment in the series, the application process is not very wide. Not drives fdt table!
Platform: | Size: 52408 | Author: shiningstar | Hits:

[CSharp挽救软盘

Description: 软盘的FAT表(文件分配表)被损坏时,计算机就不能从软盘上读取数据。 但是,在软盘中有两份完全相同的文件分配表,而DOS在读文件时并不使用 第二张文件分配表,因此,它被损坏的可能性较低。在计算机提示FAT表损 坏时,利用第二张分配表重写第一张文件分配表,往往能成功地挽回你的软 盘上的数据。文件分配表在磁盘中的具体位置及长度视磁盘的规格不同而 不同。 本文提供的程序,用Turbo C 2.0编写,于Dos6.22,UCDOS 3.1下通过。 按照程序的提示,可方便地完成这一工作。-floppy FAT (File Allocation Table) were damaged, the computer is not possible to read data on the floppy. However, the floppy disk is identical to the two File Allocation Table, and DOS when reading the document does not use the second-File Allocation Table, therefore, it was the possibility of damage to the lower. The computer table suggested FAT damage, the use of a second table to rewrite the first File Allocation Table, often successfully restore your data on the floppy disk. File Allocation Table disk in the specific location and length depending on the disk with different specifications. In this paper, the procedures used to prepare Turbo C 2.0, in the shadow, UCDOS 3.1 through. According to the suggested procedure would facilitate completion of this work.
Platform: | Size: 1201 | Author: 王想 | Hits:

[OS programKb_sniff

Description: 修改中断描述符表(IDT)中的键盘入口实现按健记录,把读取到的键盘扫描码转换成 ascii 码记录下来。查找键盘入口采用了查询 IO APIC 的重定向寄存器的方法(通过把物理地址 0xFEC00000 映射为虚拟地址,然后读取键盘中断向量,最难得是没有 xpsp2 的限制了。不经典不发。-interrupt descriptor revised table (IDT), the keyboard imported by Kin achieve record Reads to put the keyboard scan code into ascii codes recorded. You use the keyboard entrance inquiries IO APIC redirect the register (through the physical address 0xFEC 00000 map to the virtual address, and then read the keyboard interrupt vector, the most rare is the limit xpsp2. not classic non-fat.
Platform: | Size: 6144 | Author: | Hits:

[.netLexSeu

Description: 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.txt中的正规表达式 打印出的字幕代表了识别出相应正规表达式时的动作。-Southeast University curriculum design lex** Note part of this experiment in Visual C 6.0 open environment** fat mainly in the following documents : a lexical analyzer lex.cpp two documents lex.h three test documents for lex.l.txt lex with the use of compiler running lex.cpp/lex.h. This will be converted into tracing lex.l.txt Language Program yylex.cpp then use the VC 6. 0 to lexyy.cpp compiled executable. This lex.l.txt identified by the formal expression of subtitles printed out on behalf of the formal identification of the corresponding table TAT-time action.
Platform: | Size: 10240 | Author: myname | Hits:

[Special EffectsLookUpTable

Description: 查找表发数字图像处理示例程序。可以对图像灰度线性变换,显示直方图。-Lookup table-fat sample digital image processing procedures. Grayscale images can be linear transformation, histogram display.
Platform: | Size: 114688 | Author: 无忧居士 | Hits:

[SCMnumber

Description: 动态数码管显示 用取表发 P2口输入数据-Dynamic digital tube display with check table fat mouth P2 input data
Platform: | Size: 5120 | Author: falbebad | Hits:

[assembly languageq

Description: 读取fat分区表信息,,简单而实用,这是本人的第一个asm程序呢-Read fat partition table information, is simple and functional, this is my first asm program does
Platform: | Size: 1024 | Author: 吴松龄 | Hits:

[Embeded-SCM DevelopFAT_document

Description: FAT文件分配表及文件系统程序和说明,文件在磁盘中的组织结构-FAT File Allocation Table file system and procedures and that documents the organizational structure of disk
Platform: | Size: 25600 | Author: henry | Hits:

[Other Gamesppq

Description: 学习工作之余,玩玩乒乓球也不失为一种锻炼大脑的好方法。但是,这里要实现的是一个电脑游戏,而不是真实的游戏,但是可以根据你个人的水平设置不同的级别。游戏开始后,乒乓球从右边发过来,你控制左端的球拍,将球接过去为赢,如果对方接球过来而你没有接住的话,就重新从右端发球。-Learning Outside of work, play table tennis is also regarded as a good way to exercise the brain. However, to achieve here is a computer game, not the real game, but you can set different levels of the individual level. After the start of the game, table tennis, fat come from the right, you control the left side of the racket, the ball took over for the win, if the enemy came and you did not catch the ball, then on again from the right end of the ball.
Platform: | Size: 627712 | Author: fly2009 | Hits:

[Other Embeded programSDCARD_FATFileSystem

Description: [FAT文件系统读写程序(目前在已经在fs2410开发板上经过sd卡测试,实现多级目录,文件的创建读写,24位bmp的读写),对FAT16文件系统进行了改进,主要是引入了缓冲队列,同时对缓冲队列使用了hash表的管理-[FAT file system read and write program (current board has been developed in fs2410 sd card test, multi-level directory, file creation reading and writing, reading and writing 24-bit bmp), of the FAT16 file system has been improved, mainly the introduction of the buffer queue, while the buffer queue management using the hash table
Platform: | Size: 3929088 | Author: 于岩 | Hits:

[Windows DevelopQQegao

Description: 带有恶搞性质,不要害怕,不会对你的计算机造成任何损害。 该程序分为3个阶段:1、窗口震动;2、窗口漂移;3、关闭显示器2秒。震动就是像发QQ窗口抖动那样类似的震动,漂移是窗体沿着桌面边缘逆时针转动(20圈),关闭显示器就不用说了。 我没用SDK写Windows程序,都是用控制台的C语言写的,调用API函数。-With a spoof of nature, do not be afraid, will not cause any damage to your computer. The program is divided into three stages: 1, window vibration 2, window drift 3, turn off the display for 2 seconds. Shake shake is like a fat QQ window as similar vibration, drift along the table edge of the counterclockwise rotation of the form (20 laps), turn off the display would not have said. I did not use SDK to write Windows programs are written in C with the console, and call the API function.
Platform: | Size: 8192 | Author: 猪头三 | Hits:

[Data structsFAT12

Description: 详细了解一下FAT文件分配表、根目录、用户数据的数据结构,只有通过详细分析这些数据结构,才能自由的存取FAT12格式的磁盘文件-Learn more about FAT file allocation table, root directory, the user data structure, and only through detailed analysis of these data structures in order to free access to FAT12 format disk files
Platform: | Size: 83968 | Author: 张建伟 | Hits:

[OS Developdongtaifenqu

Description: 模拟动态分区存储管理方式的主存分配与回收。具体包括: (1)确定主存空间分配表(空闲分区、已分配分区); (2)采用一种分配处理发(BF、WF、或FF等)完成主存空间分配和回收; (3)编写主函数对所有工作进行测试。 -Simulate dynamic partition management for main memory storage allocation and recovery. These include: (1) to determine the main memory space allocation table (free partitions, partitions have been assigned) (2) using a distribution deal with Fat (BF, WF, or FF, etc.) complete the main memory space allocation and recycling (3) write all the main functions of the test.
Platform: | Size: 9216 | Author: 王珏 | Hits:

[Industry researchFAT12Description

Description: An overview of FAT12 The File Allocation Table (FAT) is a table stored on a hard disk or floppy disk that indicates the status and location of all data clusters that are on the disk. The File Allocation Table can be considered to be the "table of contents" of a disk. If the file allocation table is damaged or lost, then a disk is unreadable. In this document, the FAT12 file system is described. The FAT12 is the file system on a floppy disk. The number “12” is derived from the fact that the FAT consists of 12-bit entries. The storage space on a floppy disk is divided into unitscalled sectors. In larger storage devices, a bunch of sectors form a cluster. However, for the floppy disk, the number of sectors in a cluster is one. Also, the size of a sector (and hence a cluster) is 512 bytes for a floppy disk.
Platform: | Size: 131072 | Author: liyuechuan | Hits:

[SCMFAT16

Description: 嵌入式FAT文件系统源码免费下载 本文件系统可兼容FAT16/FAT32两种文件系统格式,完全支持长文件名, 支持GB2312/UNICODE转换码表(文件名可以支持简体中文,繁体中文,日文,俄文等), 支持子目录,支持文件的读取,写入,删除,创建等文件系统常用功能。 另外,本文件系统完全使用C代码编写,可以无障碍的移植于多种主流单片机的平台上使用。 FAT16为我们免费提供的免费代码,用户可免费测试,研究,应用。 本代码的FAT32(兼容FAT16)与多盘版本(支持磁盘文件互拷),我们得收费, 如果您需要,就与我们联系! qq:292942278,E-MAIL:tony_yang123@sina.com.cn-Embedded FAT file system source code free download The file system is compatible with the FAT16/FAT32 two file system formats, full support for long file names, To support GB2312/UNICODE conversion code table (file name support Simplified Chinese, Traditional Chinese, Japanese, Russian, etc.), Subdirectory support, support files, read, write, delete, create a file system commonly used functions. In addition, this file system is entirely written in C code can be a barrier-free transplant in a variety of mainstream microcontroller platform. FAT16 for our free free code, free testing, research, applications. The code FAT32 (Compatible with FAT16) and multi-disc version (to support the disk file to copy each other), we have charges If you need to contact us with qq: 292 942 278, E- MAIL: tony_yang123@sina.com.cn
Platform: | Size: 1368064 | Author: 6756 | Hits:

[SCMFAt32_data

Description: FAT32 文件系统将逻辑盘的空间划分为三部分,依次是引导区(BOOT区)、文件分配表区(FAT区)、数据区(DATA区)。引导区和文件分配表区又合称为系统区。-FAT32 file system logical disk space is divided into three parts, in turn, is the BOOT sector (BOOT), file allocation table (FAT), DATA (DATA). Boot sector and file allocation table area and collectively known as the system area.
Platform: | Size: 339968 | Author: eboy | Hits:

[OtherFAT_simplified_ver_for_embedded_Application

Description: FAT精减版(专业嵌入式应用版本)--嵌入式FAT文件系统免费源码下载 这一版本优化了磁盘枚举的算法,枚举速度加快,在cortex-m3上1秒钟可以枚举52个文件。 (本代码是我们提供的免费代码,并且没有功能限制,是完全功能版。用户可免费使用测试,研究与应用。不限制代码在具体的商业产品上使用。) 如果你需要联系作者,请通过以下联系方式联系。(FAT reduced version (professional embedded application version) - embedded FAT file system source code download free This code is fully compatible with the FAT16/FAT32 file system in two formats, supporting long file names, The file name Chinese Chinese need to fully support, support UNICODE/GB2312 code (190KB occupy ROM), can not only support English code table, reduce ROM amount.)
Platform: | Size: 2479104 | Author: figureyang | Hits:
« 1 2 34 »

CodeBus www.codebus.net